home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: CW9 ODFDraw built with RTTI & Native Exceptions
- Sent: 6/2/96 11:02 PM
- Received: 6/3/96 7:58 AM
- From: Jim Lloyd, jim@melongem.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- At 4:43 PM 6/1/96, Bill Hembree wrote:
- > Incidentaly, when we rebuilt ODFDraw with these options changed, the file
- >ended up at 885,268 with our little bit of code added. This is admittely a
- >large hit in size, but we did not optimize for anything and will probably,
- >at least for testing, continue to use the native versions. Does anyone
- >here know why the native versions of RTTI & Exceptions cost so much in code
- >size?
-
- The zero runtime overhead implementation of native exception handling
- achieves zero time overhead at the cost of increased code. We saw an
- increase in code size of about 10-12% when building with native exceptions.
-
- Jim Lloyd
-
-